home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5500 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: haapa.oulu.fi!not-for-mail
  2. From: tikarjal@haapa.oulu.fi (Timo Karjalainen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Q: Change SuperBitMap planes?
  5. Date: 15 Mar 1996 09:29:33 GMT
  6. Organization: University of Oulu
  7. Message-ID: <4ibd9t$1gr@ousrvr3.oulu.fi>
  8. References: <4hpcku$3aq@ousrvr3.oulu.fi> <13213732@sourcery.han.de>
  9. NNTP-Posting-Host: haapa.oulu.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  14.  
  15. : > can the BitMap be changed while Intuition is displaying the window?
  16. :    No, it's not legal.
  17.  
  18. :    The way layers work, you can't do it without wreaking major havoc
  19. : on the rest of the screen layers and other objects which cache bitmap
  20. : pointers.
  21.  
  22. How does Intuition manage sizable normal windows? When enlargened they'll
  23. need more display memory. I think Intuition would need to switch to a
  24. bigger BitMap?
  25.  
  26. If Intuition does it in a magic way, why not make it publicly usable with
  27. an LVO entry like ChangeWindowBitMap( win, newbm ) and something similar 
  28. in layers.library?
  29.  
  30. Also I find it rather odd that RKMs and AutoDocs don't say ANYTHING about 
  31. this. I'd presume they'd either deny it or note that it can be done (and
  32. tell the proper procedure). 
  33.  
  34. tikarjal
  35.  
  36.